if (byclient)
((ExtraCtrl)sib.getExtraCtrl()).setCheckedByClient(false);
else
sib.setChecked(false); //and fixSelectedIndex
return;
}
}
if (byclient) {
sib._checked = false;
} else {
sib.setChecked(false); //and fixSelectedIndex
return;
}
}